Mimer SQL Data Provider
CopyTo(DbBatchCommand[],Int32) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > CopyTo Method : CopyTo(DbBatchCommand[],Int32) Method
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub CopyTo( _
   ByVal array() As DbBatchCommand, _
   ByVal arrayIndex As Integer _
) 
public override void CopyTo( 
   DbBatchCommand[] array,
   int arrayIndex
)
public procedure CopyTo( 
    array: DbBatchCommandarray of;
    arrayIndex: Integer
); override; 
public override function CopyTo( 
   array : DbBatchCommand[],
   arrayIndex : int
);
public: void CopyTo( 
   DbBatchCommand*[]* array,
   int arrayIndex
) override 

Parameters

array
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List